projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e74231d
)
(ispell-overlay-window): Bind frame-override-unsplittable.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Apr 1997 23:25:24 +0000
(23:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Apr 1997 23:25:24 +0000
(23:25 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 82916c546a42ca9dbc6483c74ba829108b3e2b87..940915672ee3d2309d60d629b53cc461978ebbe6 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1479,7
+1479,8
@@
scrolling the current window. Leave the new window selected."
;; So we increment the height for this case.
(if (string-match "19\.9.*Lucid" (emacs-version))
(setq height (1+ height)))
- (split-window nil height)
+ (let ((frame-override-unsplittable t))
+ (split-window nil height))
(set-window-start (next-window) top))))